-
Notifications
You must be signed in to change notification settings - Fork 256
ck:profiler:remove gfx macros #3317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit 85a34fd.
|
Well, you're not actually removing any of the gfx macros, you're just replacing the individual ones like gfx942 or gfx950 with a combined one, gfx9, which gets defined when any of the gfx908, gfx90a, gfx942, or gfx950 are defined. So I'm not sure whether these changes will have the desired effect. Have you actually verified them? Are you able to run ckProfiler with tf32 convolutions on any of the gfx9xx devices with these changes? |
Yes. |
|
Convert to draft PR because it is under development now. |
Proposed changes
CKProfiler files are actually CPU code.
__gfxmacros doesn't work. Remove them.Checklist
Please put an
xinto the boxes that apply. You can also fill these out after creating the PR. If you're not sure, please don't hesitate to ask.clang-formaton all changed filesDiscussion
If this is a relatively large or complex change, feel free to start a discussion by explaining why you chose the solution you did and what alternatives you considered